home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
monochrome.swf
/
scripts
/
frame_25
/
PlaceObject2_589_279
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-26
|
298 b
|
19 lines
onClipEvent(enterFrame){
_Y = _Y + 5;
if(_Y > 500)
{
_Y = 500;
}
if(hitTest(_root.ship.sh))
{
_Y = 500;
_root.ship.lvl = random(21) + 1;
}
pp = random(100);
if(pp == 0 && _Y >= 450)
{
_X = random(550);
_Y = -100;
}
}